ci: Add `dist-then-build` target to catch missing `EXTRA_DIST`
authorColin Walters <walters@verbum.org>
Thu, 25 Oct 2018 15:15:51 +0000 (15:15 +0000)
committerAtomic Bot <atomic-devel@projectatomic.io>
Thu, 25 Oct 2018 16:24:10 +0000 (16:24 +0000)
commit04da47a5fb9076b6a4f31ffa32d3608a420ab75f
tree4fde032db4499bddce0f3a2dafbedf55f958730a
parent62594765b2fae72e332ffb21fbd11085d911ef83
ci: Add `dist-then-build` target to catch missing `EXTRA_DIST`

I personally am very opposed to the entire idea of `make distcheck`;
I think source code should canonically be *git* and not tarballs.
See e.g. https://github.com/cgwalters/git-evtag for some
rationale.

But anyways we are uploading classic tarballs since today that
what Debian/Fedora/etc consume sadly, so we need to test it.

We explicitly skip `make distcheck` since we don't want to rerun
the test suite.

Closes: #1766
Approved by: jlebon
.papr.yml
Makefile.am